home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / HELPED19.ZIP / HC.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  114b  |  9 lines

  1. @echo off
  2. if "%2" == "-n" goto run31
  3. hc30.exe %1 > helpedit.err
  4. goto end
  5. :run31
  6. hc31.exe %1
  7. :end
  8. @echo on
  9.